/*! Place your custom styles here */

/* Additional maroon color accents */
.inner-link:hover {
  color: #7D221F !important;
}

.feature.feature--featured h5 {
  color: #7D221F;
}

.boxed.boxed--border h5 {
  color: #7D221F;
}

.tabs-container.tabs--vertical .tabs li.active .tab__title {
  color: #7D221F !important;
  border-left: 3px solid #7D221F;
  padding-left: calc(1.85714286em - 3px);
}

.tabs-container.tabs--vertical .tabs li .tab__title:hover {
  color: #8F2A25;
}

/* Process timeline item headings */
.process__item h4 {
  color: #7D221F;
}

/* Numbered feature items */
.feature-3 .h1--large {
  color: #7D221F;
}

/* Add maroon underline to section headings */
section h1.text-center::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #7D221F;
  margin: 0.5em auto 0;
}

/* Navigation menu items */
.menu-vertical a:hover {
  color: #7D221F;
}

/* Add maroon accent to boxed feature borders on hover */
.feature.boxed.boxed--border:hover {
  border-color: #7D221F;
  box-shadow: 0 0 0 1px rgba(125, 34, 31, 0.1);
}
